Complete API reference for the Agents class including all methods and properties
configuration
([Configuration](/API reference/configuration), optional): SDK configuration. If not provided, uses environment variables.alist()
AgentsListItem
](/API reference/agents/API reference/agents-list-item) objects containing agent summaries.
Example:
ModuleException
](/API reference/exceptions): If the request fails or authentication is invalid.list()
AgentsListItem
](/API reference/agents/API reference/agents-list-item) objects containing agent summaries.
Example:
ModuleException
](/API reference/exceptions): If the request fails or authentication is invalid.aget(agent_id, version=None)
agent_id
(str): Unique identifier for the agentversion
(int, optional): Specific version of the agent to retrieve. If not provided, retrieves the latest version.Agent
](/API reference/agents/API reference/agent) object with full configuration.
Example:
ModuleException
](/API reference/exceptions): If the agent is not found or access is denied.get(agent_id, version=None)
agent_id
(str): Unique identifier for the agentversion
(int, optional): Specific version of the agent to retrieve. If not provided, retrieves the latest version.Agent
](/API reference/agents/API reference/agent) object with full configuration.
Example:
ModuleException
](/API reference/exceptions): If the agent is not found or access is denied.Agent
](/API reference/agents/API reference/agent): Individual agent with full capabilitiesAgentsListItem
](/API reference/agents/API reference/agents-list-item): Agent summary from list operationsConfiguration
](/API reference/configuration): SDK configuration